Extract, ExtractAll methods

Applies to the ecExtract control only. The Extract and ExtractAll methods extract files from the open cabinet to a destination folder you choose.

Syntax

object.Extract (DestFolder As String)
object.ExtractAll (DestFolder As String)

PartDescription
objectThe object being manipulated.
DestFolderOptional. The folder to extract files to.

Remarks

The ExtractAll method extracts all of the files in the cabinet, whereas the Extract method only chooses the files that you select. The Progress event is raised to give you information about the progress of the operation.

See Also

Progress event